type internal/reflectlite.method

6 uses

	internal/reflectlite (current package)
		type.go#L170: type method struct {
		type.go#L433: func (t *uncommonType) methods() []method {
		type.go#L437: 	return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
		type.go#L440: func (t *uncommonType) exportedMethods() []method {
		type.go#L444: 	return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.xcount > 0"))[:t.xcount:t.xcount]
		type.go#L543: func (t *rtype) exportedMethods() []method {